home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / phtday2.zip / WHOCALED.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-01-23  |  1KB  |  72 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = "TODAYS.DAT"
  24.     Cls
  25.     Delay 3
  26.     Newlines 3
  27.     PrintLn "@X77█@X78▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X77█@X07@X78▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X77█@X07"
  28.     PrintLn "@X77█@X1A@X78@X18▌@X1ETodays Callers:@X18▐@X77█@X07@X1E  @BOARDNAME@   @POS:77@@X17@X18▐@X77█@X07"
  29.     PrintLn "@X0D@X78@X77█@X78▄@X78▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X77█@X0F"
  30.     PrintLn "@X07█@X1E@X78@X18▌@X1EName:                       Time:                       Node:@X0F@X1F             @X17@X78@X18▐@X77 @X07"
  31.     PrintLn "@X78@X77█@X78▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ @X0F"
  32.     DispFile PPEPath() + "TODAYS.DAT", 4 + 2 + 1
  33.     PrintLn "@X0D@X77█@X78▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ @X0F"
  34.     Wait
  35.  
  36. ;------------------------------------------------------------------------------
  37. ;
  38. ; Usage report (before postprocessing)
  39. ;
  40. ; ■ Statements used :
  41. ;
  42. ;    1       Cls
  43. ;    1       Wait
  44. ;    1       Let 
  45. ;    6       PrintLn 
  46. ;    1       DispFile 
  47. ;    1       Delay 
  48. ;    1       Newlines 
  49. ;
  50. ;
  51. ; ■ Functions used :
  52. ;
  53. ;    3       +
  54. ;    1       PPEPath()
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ; Analysis flags : No flag
  59. ;
  60. ;------------------------------------------------------------------------------
  61. ;
  62. ; Postprocessing report
  63. ;
  64. ;    0       For/Next
  65. ;    0       While/EndWhile
  66. ;    0       If/Then or If/Then/Else
  67. ;    0       Select Case
  68. ;
  69. ;------------------------------------------------------------------------------
  70. ;                 AEGiS Corp - Break the routines, code against the machines!
  71. ;------------------------------------------------------------------------------
  72.